OpenFilesCallback

This callback is invoked when the browser requests to display a file chooser dialog to open several files. You can use this callback to display the file chooser, or provide the files without displaying any dialogs.

Use the open method to provide the selected files to the browser.

Use the cancel method to cancel the dialog.

If the callback throws an exception, the cancel method will be invoked.

Inheritors

Types

Link copied to clipboard
An action providing a response to the OpenFilesCallback.
Link copied to clipboard
interface Params
The parameters of the OpenFilesCallback.

Functions

Link copied to clipboard
abstract fun on(params: P, tell: R)
Invoked when the callback needs a response for the given callback parameters.